h1 {
	color: lightgray;
	font-size: 64;
	text-decoration: underline;
}
h3 {
	color: lightgray;
	font-size: 48;
	text-decoration:  underline;
}
body {
	color:	lightgray;
	background-color: #333333;
	background-image: linear-gradient(#666666, #333333);
	height: 2000px;
}
p {
	font-size: 32;
}
.tabley {
	position: relative;
	top: 0;
	left: 20%;
}
.groupy1 {
	position: relative;
	left: 45%;
}